-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mHealth uiuc-chatbot #190
base: main
Are you sure you want to change the base?
mHealth uiuc-chatbot #190
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The preview deployment failed. 🔴 Last updated at: 2024-11-12 20:37:28 CET |
Hey @minump, here is an example of how you can ask me to improve this pull request: @Sweep Add unit tests for the `buildPrompt` API endpoint that verify the new 4mb size limit configuration works as expected, testing both valid requests under the limit and requests that exceed it. 📖 For more information on how to use Sweep, please read our documentation. |
merging main back to branch after the buildPrompt fix
Had a bug that gives a 413 error (payload too large) for POST Tried configuring the request body size limit to be higher in
This and reducing the This is fixed with the current PR merge with changing the As a next step, the conversations should also be fetched from the db. All previous conversations should be fetched from the db. Only the conversation id and the current user input needs to be input parameters in the api calls. |
PR deployment for the mHealth Illinois Computes project.